home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / POV-Ray 3.0.2 / Documentation / DOCDEMOS / ALL.INC next >
Encoding:
Text File  |  1996-04-30  |  372 b   |  25 lines  |  [TEXT/R*ch]

  1. #include "color.inc"
  2.  
  3. #global_settings {
  4.   assumed_gamma 2.2
  5. }
  6.  
  7. camera {
  8.   orthographic
  9.   location <3, 3, -10>
  10.   right 3*4/3*x
  11.   up 3*y
  12.   look_at <0, 0, 0>
  13. }
  14.  
  15. light_source { <10, 5, -10> color C_White }
  16. light_source { <-10, 10, -10> color C_White }
  17.  
  18. polygon { 5, <-1, -1>, <1, -1>, <1, 1>, <-1, 1>, <-1, -1>
  19.   texture { T_White }
  20.   rotate 90*x
  21.   scale 5
  22.   translate -y
  23. }
  24.  
  25.